Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / SelectedValueChanged Property

In This Topic
    SelectedValueChanged Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the callback called when the SelectedValue property has changed.
    Syntax
    'Declaration
     
    
    Public Property SelectedValueChanged As EventCallback(Of Object)
    public EventCallback<object> SelectedValueChanged {get; set;}
    See Also